log10 — Base 10 logarithm


\begin{rail}
Log10 : 'log10' '(' ( Scalar \vert Matrix ) ')' ;
\end{rail}
log10 returns the base-10 logarithm of it's argument. If the argument is a matrix, an element-by-element log10 operation is performed. If the argument is complex, this is the same as taking natural logarithm of the argument, then multiplying by the natural logarithm of 10.

Subsections